home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
OOPSPalette
/
OOPSPalette.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
236b
|
16 lines
#import <apps/InterfaceBuilder.h>
@interface OOPSPalette:IBPalette
{
id myOOPSTimer;
id myOOPSTimerView;
}
- finishInstantiate;
@end
@interface IBPalette(associateObject)
- associateObject:object type:(NXAtom)type to:view;
@end